home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 037a / flxref13.zip / PRINTDOC.BAT < prev    next >
DOS Batch File  |  1991-10-01  |  1KB  |  40 lines

  1. ECHO OFF
  2. REM FILENAME: PRINTDOC.BAT FOR FileXref 1.2A
  3. CLS
  4. ECHO ---------------------------------------------------------------------
  5. ECHO  This Batch file will send the FileXref documentation to your printer
  6. ECHO ---------------------------------------------------------------------
  7. ECHO .
  8. ECHO Please make sure your printer is on-line and set to TOP OF FORM.
  9. ECHO .
  10. ECHO This documentation will take about 20 pages to print. If you do not
  11. ECHO wish to print the documentation at this time, hold down the [Ctrl] key
  12. ECHO and press the [Break] key.
  13. ECHO .
  14. ECHO Otherwise, the printing will begin as soon as you
  15. PAUSE
  16. CLS
  17. ECHO Now printing the PACKING List ......
  18. COPY PACKING.LST PRN: >NUL
  19. ECHO .
  20. ECHO Now printing the README.DOC file ......
  21. COPY README.DOC PRN: >NUL
  22. ECHO .
  23. ECHO Now printing the FileXref User Manual ......
  24. COPY FileXref.DOC PRN: >NUL
  25. ECHO .
  26. ECHO Now printing the REGISTRATION Form ......
  27. COPY REGISTER.DOC PRN: >NUL
  28. ECHO .
  29. ECHO Now printing LICENSE and WARRANTEE Information ......
  30. COPY LICENSE.DOC PRN: >NUL
  31. ECHO .
  32. ECHO .
  33. ECHO FileXref User Documentation has been printed.
  34. ECHO.
  35. ECHO.
  36. ECHO Thank you for supporting SHAREWARE!
  37. ECHO .
  38. ECHO .
  39. ECHO End of file PRINTDOC.BAT  -  Returning to DOS . . . . . . .
  40.